home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
O Boy
/
Source
/
BaseTypes.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-06-21
|
300 b
|
14 lines
|
[
TEXT/R*ch
]
#pragma once on
// --------------------------
// BaseTypes.h
typedef char Int_8; // 8 bit integers
typedef unsigned char UInt_8;
typedef short Int_16; // 16 bit integers
typedef unsigned short UInt_16;
typedef long Int_32; // 32 bit integers
typedef unsigned long UInt_32;